-
Notifications
You must be signed in to change notification settings - Fork 2
Solved several issues discovered by me #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…d static HTML elements classes
…t set. For now, no need to write \ at the start and end of the namespace. Example: (App\Component) instead of (\App\Component\).
…mize extension for each component's view. See related issue comment.
…ner referring. See issue Corviz#17 comment for more info.
… dashed attributes won't be camelCased anymore due to ability to user custom data attributes, also introduced $this->getAttributesParsed() passed through custom component by $attributesParsed.
|
I've also fixed issue #11 and changed the behavior of parsing attributes: dashed attributes won't be camelCased anymore due to ability to user custom data attributes, also introduced |
|
For the commit id <x-alert :level="$message->type == 'error' ? 'danger' : 'info'">
{{ $alertMessage }}
</x-alert>The solution is to use @php @endphp directives to store the variable to use it here. |
|
Okay I've solved an issue: passing object or array as attribute parameter value in the custom component. |
…ableCodeMinifying()`
…ing `disableCodeMinifying()`" This reverts commit 7cb5372.
Hello there! I've discovered your repo while I'm looking for a powerful template engine for my new PHP MVC Framework. I really appreciate your effort to develop something like this!
During my testing, I've opened 13 issues to fix. As a thanks for you, I decided to say it on my way; I forked it and pushed my fixes and my special touches and ideas, you may review the seven closed issues on your repo to see what I'd done.
At the end, I tried to do my best to solve my all opened issues but I couldn't for now. However, I'll be happy to participate for any new ideas and fixes that you may need in the future.
Thanks for your effort to present this powerful framework.
[PS]: I've linted all files to reduce file sizes for a better stability and light loading.